home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / odbcall.zip / TRIAL.DFM / TRIAL.txt < prev   
Text File  |  1996-02-13  |  2KB  |  111 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Trial/Test Version'
  7.   ClientHeight = 213
  8.   ClientWidth = 354
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 335
  20.     Height = 164
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 177
  37.       Height = 13
  38.       Caption = 'DB2/ODBC Access Component'
  39.       Font.Color = clBlack
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 88
  48.       Top = 40
  49.       Width = 103
  50.       Height = 13
  51.       Caption = 'Test/Trial Version'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 8
  61.       Top = 75
  62.       Width = 86
  63.       Height = 13
  64.       Caption = 'Copyright 1996'
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Label1: TLabel
  73.       Left = 118
  74.       Top = 75
  75.       Width = 78
  76.       Height = 13
  77.       Caption = 'By Dan Daley'
  78.     end
  79.     object Memo1: TMemo
  80.       Left = 10
  81.       Top = 104
  82.       Width = 313
  83.       Height = 54
  84.       BorderStyle = bsNone
  85.       Lines.Strings = (
  86.         'You are using a trial version of these components.  '
  87.         'They are not to be used in a production or '
  88.         'distributable application.  To register, contact '
  89.         'Dan Daley at daley@guernsey.com or see odbcqry.wri')
  90.       ParentColor = True
  91.       TabOrder = 0
  92.     end
  93.   end
  94.   object OKButton: TBitBtn
  95.     Left = 142
  96.     Top = 179
  97.     Width = 77
  98.     Height = 27
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = [fsBold]
  103.     ParentFont = False
  104.     TabOrder = 1
  105.     Kind = bkOK
  106.     Margin = 2
  107.     Spacing = -1
  108.     IsControl = True
  109.   end
  110. end
  111.